home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / Prog / T / TransSkel 3.11.sit / TransSkel v 3.11 / 00README next >
Encoding:
Text File  |  1994-02-26  |  3.1 KB  |  39 lines  |  [TEXT/ttxt]

  1. This is TransSkel release 3.11
  2.  
  3. Installation instructions may be found below. These are copied from the Distribution section of the Reference Manual (found in the Documents folder).
  4.  
  5. You should read the various release notes (in the Release Notes folder inside the Documents folder) if you've programmed with earlier releases of TransSkel. Changes made to recent releases sometimes result in incompatiblities with applications written with earlier releases.
  6.  
  7. *** The major change for release 3.11 is that the Pascal-compatible interface is now the default, indeed only, interface available. Be sure to read the 3.11 Release Notes and TransSkel Programmer's Note 11. ***
  8.  
  9. Paul DuBois
  10. dubois@primate.wisc.edu
  11.  
  12. Release Dates
  13.  
  14. 07 Jan 94 Release 3.06
  15. 26 Jan 94 Release 3.07
  16. 31 Jan 94 Release 3.08
  17. 03 Feb 94 Release 3.09
  18. 14 Feb 94 Release 3.10
  19. 26 Feb 94 Release 3.11
  20.  
  21.  
  22. _____________________________________
  23.  
  24. Installing TransSkel
  25.  
  26. TransSkel can be used either from THINK C or THINK Pascal.
  27.  
  28. Interface Installation for C
  29.  
  30. In order for the TransSkel header files and library to be easily accessible to your projects, you should install them inside the same folder as that in which the THINK Project Manager is located. I do this by creating folders named “Local #includes” and “Local Libraries”. This makes it clear that their contents are not part of Symantec’s distribution.
  31.  
  32. Make a copy of TransSkel.h from the TransSkel “Interface” folder and put it in “Local #includes”. To build the library, open TransSkel.π in the TransSkel folder and update it. You can install the library two ways, as a copy of updated project document, or as a library. To install it as a copy of the updated project, just make a copy and put it in “Local Libraries” and rename the copy to TransSkel. To install the project as a library, copy TransSkel from the “Interface” folder into the “Local Libraries” folder.  (Or select Project/Build Library after updating TransSkel.π, and install the library as TransSkel in the “Local Libraries” folder.)  You can then add TransSkel to your application project documents.
  33.  
  34. The advantage of installing the project as a library is library documents are smaller than project documents. This reduces the disk space required. The advantage of installing a copy of the project document is that if no functions are referenced for a given file in the project, the object code for that file isn’t linked into your application, resulting in smaller applications. If you install the project as a library, all the code is linked in, whether you use it all or not.
  35.  
  36. Interface Installation for Pascal
  37.  
  38. The Pascal interface consists of two files in the “Interface” folder, the interface file TransSkel.intf and the library document TransSkel. The latter is included in the distribution in precompiled form as a library document, because you cannot use THINK C project documents from Pascal projects. Copy TransSkel.intf and TransSkel and put them in a location that’s convenient for your projects to be able to access them. (If you wish to recompile the library, you may do so using the project TransSkel.π located at the top level of the TransSkel distribution.)
  39.